<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @charset "utf-8";
/* CSS Document */

/* qqshop focus */
#focus {width:333px; height:246px; overflow:hidden; position:relative; }
#focus ul {height:246px; position:absolute;}
#focus ul li {float:left;overflow:hidden; position:relative; }
#focus ul li a{display: table-cell;vertical-align:middle; width:333px; height: 246px;text-align:center; line-height:246px; border:none;}
#focus ul li a img{
	max-width:333px;   /* 瀹藉害 */ 
	max-height:246px; /* 楂樺害 */ 
	vertical-align:middle;
	-ms-interpolation-mode: bicubic; overflow:hidden;
	}
#focus ul li div {position:absolute;width:333px; height:392px;overflow:hidden;}

#focus .btnBg {position:absolute; width:333px; height:20px; left:0; bottom:0; }
#focus .btn {position:absolute; width:157px; height:8px; padding:5px 20px; right:0; bottom:0; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:10px; height:3px; _font-size:0; margin-left:4px; cursor:pointer; background:#fff;}
#focus .btn span.on {background:#fff;}
#focus .preNext {width:45px; height:100px; position:absolute; top:80px; background:url(images/sprite.png) no-repeat 0 0; cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}</pre></body></html>